Skip to main content

All Questions

12votes
2answers
7kviews

"Merchants Guide to Galaxy" challenge

I have solved the classic "Merchants Guide to Galaxy" problem: A merchant buys and sells items in the galaxy. Buying and selling over the galaxy requires you to convert numbers and units. The ...
rd22's user avatar
  • 171
5votes
1answer
467views

Let's revisit Roman numbers

Problem Statement: Write a function to convert from normal numbers to Roman Numerals: e.g. 1 => I 10 => X 7 => VII Code: ...
CodeYogi's user avatar

close